﻿2026-09-18T10:51:17.9142890Z ##[group]Run actions/checkout@v5
2026-09-18T10:51:17.9143815Z with:
2026-09-18T10:51:17.9145449Z   repository: BigscreenVR/spt-bs-core
2026-09-18T10:51:17.9149147Z   token: ***
2026-09-18T10:51:17.9149534Z   ssh-strict: true
2026-09-18T10:51:17.9150095Z   ssh-user: git
2026-09-18T10:51:17.9150731Z   persist-credentials: true
2026-09-18T10:51:17.9151179Z   clean: true
2026-09-18T10:51:17.9151536Z   sparse-checkout-cone-mode: true
2026-09-18T10:51:17.9151948Z   fetch-depth: 1
2026-09-18T10:51:17.9152645Z   fetch-tags: false
2026-09-18T10:51:17.9153456Z   show-progress: true
2026-09-18T10:51:17.9154350Z   lfs: false
2026-09-18T10:51:17.9154828Z   submodules: false
2026-09-18T10:51:17.9155174Z   set-safe-directory: true
2026-09-18T10:51:17.9155603Z   allow-unsafe-pr-checkout: false
2026-09-18T10:51:17.9156327Z ##[endgroup]
2026-09-18T10:51:18.9770728Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-18T10:51:18.9771971Z ##[group]Getting Git version info
2026-09-18T10:51:18.9772348Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-18T10:51:19.0104499Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-18T10:51:20.5225432Z git version 2.43.0.windows.1
2026-09-18T10:51:20.5261551Z ##[endgroup]
2026-09-18T10:51:20.5271598Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1333b344-09e0-48c8-b0c4-d8da91dbc778\.gitconfig'
2026-09-18T10:51:20.5292533Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1333b344-09e0-48c8-b0c4-d8da91dbc778' before making global git config changes
2026-09-18T10:51:20.5293549Z Adding repository directory to the temporary git global config as a safe directory
2026-09-18T10:51:20.5300706Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-18T10:51:22.2424995Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-18T10:51:22.3426321Z https://github.com/BigscreenVR/spt-bs-core
2026-09-18T10:51:22.3472567Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-18T10:51:22.3481850Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-18T10:51:22.3983116Z refs/heads/main
2026-09-18T10:51:22.4020708Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-09-18T10:51:22.6173389Z HEAD is now at d0d123ddd1 ci: synchronize twohost eligibility after test and n1 gates
2026-09-18T10:51:23.0765294Z ##[endgroup]
2026-09-18T10:51:23.0769738Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-18T10:51:27.1812549Z ##[group]Cleaning the repository
2026-09-18T10:51:27.1820137Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-18T10:51:39.5242346Z Removing target/
2026-09-18T10:51:39.5287949Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-18T10:51:43.8027551Z HEAD is now at d0d123ddd1 ci: synchronize twohost eligibility after test and n1 gates
2026-09-18T10:51:43.8077454Z ##[endgroup]
2026-09-18T10:51:43.8083864Z ##[group]Disabling automatic garbage collection
2026-09-18T10:51:43.8089924Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-18T10:51:44.3199364Z ##[endgroup]
2026-09-18T10:51:44.3200060Z ##[group]Setting up auth
2026-09-18T10:51:44.3237615Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-18T10:51:44.8293838Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-18T10:51:48.5704763Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-18T10:51:49.0401825Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-18T10:52:02.1295680Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-18T10:52:02.2095957Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-18T10:52:05.3942824Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-18T10:52:05.9943140Z ##[endgroup]
2026-09-18T10:52:05.9943666Z ##[group]Fetching the repository
2026-09-18T10:52:05.9950973Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8420cf7f2e67ef47e3893c734c4145010f7ffb5:refs/remotes/pull/234/merge
2026-09-18T10:52:07.6368093Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-18T10:52:07.6368685Z  + ec8aa4f212...f8420cf7f2 f8420cf7f2e67ef47e3893c734c4145010f7ffb5 -> pull/234/merge  (forced update)
2026-09-18T10:52:07.6598176Z ##[endgroup]
2026-09-18T10:52:07.6598537Z ##[group]Determining the checkout info
2026-09-18T10:52:07.6599443Z ##[endgroup]
2026-09-18T10:52:07.6605824Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-18T10:52:08.1160237Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-18T10:52:08.2273606Z ##[group]Checking out the ref
2026-09-18T10:52:08.2281454Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/234/merge
2026-09-18T10:52:08.5185210Z Previous HEAD position was d0d123ddd1 ci: synchronize twohost eligibility after test and n1 gates
2026-09-18T10:52:08.5185806Z HEAD is now at f8420cf7f2 Merge 71165e3540295d7b7b9af98d6e1a06163261b0cc into d0d123ddd18ea33e10f4494ba490d4aa3958c22a
2026-09-18T10:52:08.5232743Z ##[endgroup]
2026-09-18T10:52:08.9434491Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-18T10:52:09.0018160Z f8420cf7f2e67ef47e3893c734c4145010f7ffb5
